home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / Programs / Email.Security.v2.1.WinALL / setup.exe / install_script.iss
Encoding:
Text File  |  2003-04-22  |  1.9 KB  |  49 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=Email Security
  5. AppVerName=Email Security
  6. AppId=Email Security
  7. AppPublisher=Ixis Research, Ltd.
  8. AppPublisherURL=http://www.softheap.com
  9. AppMutex=UJJOBTVOJUMAT2003SC
  10. DefaultDirName={pf}\Email Security
  11. DefaultGroupName=Email Security
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. InfoBeforeFile=embedded\InfoBefore.txt
  17. InfoAfterFile=embedded\InfoAfter.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\SMTPServer.exe"; DestDir: "{app}"; 
  23. Source: "{app}\SMTPServer.hlp"; DestDir: "{app}"; 
  24. Source: "{app}\SMTPServer.cnt"; DestDir: "{app}"; 
  25. Source: "{app}\SMTPServer.opt"; DestDir: "{app}"; 
  26. Source: "{app}\SMTPServer.log"; DestDir: "{app}"; 
  27. Source: "{app}\SMTPServer.sys"; DestDir: "{app}"; 
  28. Source: "{app}\alternat.txt"; DestDir: "{app}"; 
  29. Source: "{app}\discounts.txt"; DestDir: "{app}"; 
  30. Source: "{app}\license.txt"; DestDir: "{app}"; 
  31. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  32.  
  33. [Registry]
  34. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\RUN"; ValueName: "smtpsrv"; ValueType: String; ValueData: "{app}\SMTPServer.exe"; Flags: uninsdeletevalue 
  35.  
  36. [Run]
  37. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  38. Filename: "{app}\SMTPServer.exe"; Parameters: "install"; Flags: nowait
  39.  
  40. [Icons]
  41. Name: "{group}\Email Security"; Filename: "{app}\SMTPServer.exe"; Parameters: "open"; WorkingDir: "{app}"; 
  42. Name: "{userdesktop}\Email Security"; Filename: "{app}\SMTPServer.exe"; Parameters: "open"; WorkingDir: "{app}"; 
  43. Name: "{group}\Email Security Help"; Filename: "{app}\SMTPServer.hlp"; WorkingDir: "{app}"; 
  44. Name: "{group}\Readme"; Filename: "{app}\readme.txt"; WorkingDir: "{app}"; 
  45.  
  46. [UninstallDelete]
  47. Type: files; Name: """{app}\SMTPServer.gid"""; 
  48. Type: files; Name: """{app}\SMTPServer.fts"""; 
  49.